google.golang.org/grpc/mem.tieredBufferPool.sizedPools (field)
6 uses
google.golang.org/grpc/mem (current package)
buffer_pool.go#L76: sizedPools: pools,
buffer_pool.go#L83: sizedPools []*sizedBufferPool
buffer_pool.go#L96: poolIdx := sort.Search(len(p.sizedPools), func(i int) bool {
buffer_pool.go#L97: return p.sizedPools[i].defaultSize >= size
buffer_pool.go#L100: if poolIdx == len(p.sizedPools) {
buffer_pool.go#L104: return p.sizedPools[poolIdx]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)